Html Css Color HEX #AB3EC8 Dark Orchid

📋 copy color: '#AB3EC8'

red 171 ◦ green 62 ◦ blue 200

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

Shades of Dark Orchid #AB3EC8

Tints of Dark Orchid #AB3EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.32%

 BLUE value IS 200 (78.52% from 255) = 46.19%

R = 39.49%
G = 14.32%
B = 46.19%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB3EC8 (or 0xAB3EC8) is known color: Dark Orchid. HEX triplet: AB, 3E and C8. RGB value is (171,62,200). Sum of RGB (Red+Green+Blue) = 171+62+200=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB3EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3EC8 is #54C137. Grayscale: #6D6D6D. Windows color (decimal): -5554488 or 13123243. OLE color: 13123243.

HSL color Cylindrical-coordinate representation of color #AB3EC8: hue angle of 287.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3EC8 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 62 200 -
CMYK 0.14 0.69 0 0.22
HSL 287.39º 0.56% 0.51% -
HSV(B) 287.39º 0.69% 0.78% -
XYZ 28.94 16.27 56.26 -
YUV 110.32 178.61 171.28 -
System Red Green Blue C M Y K H S L
Decimal 171 62 200 0.14 0.69 0 0.22 287.39 0.56 0.51
Hex AB 3E C8 E 45 0 16 11F 38 33
Octal 253 76 310 16 105 0 26 437 70 63
Binary 10101011 111110 11001000 1110 1000101 0 10110 100011111 111000 110011

Color Harmonies of #AB3EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3EC8

Black with #AB3EC8

Text Example


Text Example

White with #AB3EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3EC8; }

 p { color: rgb(171,62,200); }

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

background-color css

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

 a { background-color: rgb(171,62,200); }

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

border-color css

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

 span { border-color: rgb(171,62,200); }

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