Html Css Color HEX #AB3FCF Dark Orchid

📋 copy color: '#AB3FCF'

red 171 ◦ green 63 ◦ blue 207

#AB3FCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AB3FCF

Tints of Dark Orchid #AB3FCF

RGB

 RED value IS 171 (67.19% from 255) = 38.78%

 GREEN value IS 63 (25% from 255) = 14.29%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 38.78%
G = 14.29%
B = 46.94%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB3FCF (or 0xAB3FCF) is known color: Dark Orchid. HEX triplet: AB, 3F and CF. RGB value is (171,63,207). Sum of RGB (Red+Green+Blue) = 171+63+207=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB3FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FCF is #54C030. Grayscale: #6F6F6F. Windows color (decimal): -5554225 or 13582251. OLE color: 13582251.

HSL color Cylindrical-coordinate representation of color #AB3FCF: hue angle of 285º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3FCF is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 63 207 -
CMYK 0.17 0.70 0 0.19
HSL 285º 0.6% 0.53% -
HSV(B) 285º 0.7% 0.81% -
XYZ 29.83 16.72 60.69 -
YUV 111.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 171 63 207 0.17 0.70 0 0.19 285 0.6 0.53
Hex AB 3F CF 11 46 0 13 11D 3C 35
Octal 253 77 317 21 106 0 23 435 74 65
Binary 10101011 111111 11001111 10001 1000110 0 10011 100011101 111100 110101

Color Harmonies of #AB3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FCF

Black with #AB3FCF

Text Example


Text Example

White with #AB3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FCF; }

 p { color: rgb(171,63,207); }

 H1.HeaderClassName
 {
   color: #AB3FCF;
 }
 .AnyTagClassName
 {
   color: #AB3FCF;
 }
</style>

background-color css

<style>
 a { background-color: #AB3FCF; }

 a { background-color: rgb(171,63,207); }

 div.DivClassName
 {
   background-color: #AB3FCF;
 }
 .BgClassName
 {
   background-color: #AB3FCF;
 }
</style>

border-color css

<style>
 span { border-color: #AB3FCF; }

 span { border-color: rgb(171,63,207); }

 td.TdClassName
 {
   border-color: #AB3FCF;
 }
 .TagClassName
 {
   border-color: #AB3FCF;
 }
</style>