Html Css Color HEX #AB40CC Dark Orchid

📋 copy color: '#AB40CC'

red 171 ◦ green 64 ◦ blue 204

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

Shades of Dark Orchid #AB40CC

Tints of Dark Orchid #AB40CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.58%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 38.95%
G = 14.58%
B = 46.47%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB40CC (or 0xAB40CC) is known color: Dark Orchid. HEX triplet: AB, 40 and CC. RGB value is (171,64,204). Sum of RGB (Red+Green+Blue) = 171+64+204=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB40CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40CC is #54BF33. Grayscale: #6F6F6F. Windows color (decimal): -5553972 or 13385899. OLE color: 13385899.

HSL color Cylindrical-coordinate representation of color #AB40CC: hue angle of 285.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB40CC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 64 204 -
CMYK 0.16 0.69 0 0.2
HSL 285.86º 0.58% 0.53% -
HSV(B) 285.86º 0.69% 0.8% -
XYZ 29.53 16.68 58.79 -
YUV 111.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 171 64 204 0.16 0.69 0 0.2 285.86 0.58 0.53
Hex AB 40 CC 10 45 0 14 11E 3A 35
Octal 253 100 314 20 105 0 24 436 72 65
Binary 10101011 1000000 11001100 10000 1000101 0 10100 100011110 111010 110101

Color Harmonies of #AB40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40CC

Black with #AB40CC

Text Example


Text Example

White with #AB40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40CC; }

 p { color: rgb(171,64,204); }

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

background-color css

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

 a { background-color: rgb(171,64,204); }

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

border-color css

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

 span { border-color: rgb(171,64,204); }

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