Html Css Color HEX #AB30CA Dark Orchid

📋 copy color: '#AB30CA'

red 171 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #AB30CA

Tints of Dark Orchid #AB30CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 40.62%
G = 11.4%
B = 47.98%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB30CA (or 0xAB30CA) is known color: Dark Orchid. HEX triplet: AB, 30 and CA. RGB value is (171,48,202). Sum of RGB (Red+Green+Blue) = 171+48+202=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB30CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB30CA is #54CF35. Grayscale: #656565. Windows color (decimal): -5558070 or 13250731. OLE color: 13250731.

HSL color Cylindrical-coordinate representation of color #AB30CA: hue angle of 287.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB30CA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 48 202 -
CMYK 0.15 0.76 0 0.21
HSL 287.92º 0.62% 0.49% -
HSV(B) 287.92º 0.76% 0.79% -
XYZ 28.51 15.04 57.28 -
YUV 102.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 171 48 202 0.15 0.76 0 0.21 287.92 0.62 0.49
Hex AB 30 CA F 4C 0 15 120 3E 31
Octal 253 60 312 17 114 0 25 440 76 61
Binary 10101011 110000 11001010 1111 1001100 0 10101 100100000 111110 110001

Color Harmonies of #AB30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB30CA

Black with #AB30CA

Text Example


Text Example

White with #AB30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB30CA; }

 p { color: rgb(171,48,202); }

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

background-color css

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

 a { background-color: rgb(171,48,202); }

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

border-color css

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

 span { border-color: rgb(171,48,202); }

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