Html Css Color HEX #AB3CDE Dark Orchid

📋 copy color: '#AB3CDE'

red 171 ◦ green 60 ◦ blue 222

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

Shades of Dark Orchid #AB3CDE

Tints of Dark Orchid #AB3CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.25%

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 37.75%
G = 13.25%
B = 49.01%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB3CDE (or 0xAB3CDE) is known color: Dark Orchid. HEX triplet: AB, 3C and DE. RGB value is (171,60,222). Sum of RGB (Red+Green+Blue) = 171+60+222=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB3CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3CDE is #54C321. Grayscale: #6F6F6F. Windows color (decimal): -5554978 or 14564523. OLE color: 14564523.

HSL color Cylindrical-coordinate representation of color #AB3CDE: hue angle of 281.11º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3CDE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 60 222 -
CMYK 0.23 0.73 0 0.13
HSL 281.11º 0.71% 0.55% -
HSV(B) 281.11º 0.73% 0.87% -
XYZ 31.6 17.16 70.75 -
YUV 111.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 171 60 222 0.23 0.73 0 0.13 281.11 0.71 0.55
Hex AB 3C DE 17 49 0 D 119 47 37
Octal 253 74 336 27 111 0 15 431 107 67
Binary 10101011 111100 11011110 10111 1001001 0 1101 100011001 1000111 110111

Color Harmonies of #AB3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CDE

Black with #AB3CDE

Text Example


Text Example

White with #AB3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CDE; }

 p { color: rgb(171,60,222); }

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

background-color css

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

 a { background-color: rgb(171,60,222); }

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

border-color css

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

 span { border-color: rgb(171,60,222); }

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