Html Css Color HEX #AB38CC Dark Orchid

📋 copy color: '#AB38CC'

red 171 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #AB38CC

Tints of Dark Orchid #AB38CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.99%

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

R = 39.68%
G = 12.99%
B = 47.33%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB38CC (or 0xAB38CC) is known color: Dark Orchid. HEX triplet: AB, 38 and CC. RGB value is (171,56,204). Sum of RGB (Red+Green+Blue) = 171+56+204=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB38CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38CC is #54C733. Grayscale: #6A6A6A. Windows color (decimal): -5556020 or 13383851. OLE color: 13383851.

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

Color convert

RGB 171 56 204 -
CMYK 0.16 0.73 0 0.2
HSL 286.62º 0.59% 0.51% -
HSV(B) 286.62º 0.73% 0.8% -
XYZ 29.11 15.85 58.65 -
YUV 107.26 182.6 173.47 -
System Red Green Blue C M Y K H S L
Decimal 171 56 204 0.16 0.73 0 0.2 286.62 0.59 0.51
Hex AB 38 CC 10 49 0 14 11F 3B 33
Octal 253 70 314 20 111 0 24 437 73 63
Binary 10101011 111000 11001100 10000 1001001 0 10100 100011111 111011 110011

Color Harmonies of #AB38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38CC

Black with #AB38CC

Text Example


Text Example

White with #AB38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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