Html Css Color HEX #AD09CA Dark Violet

📋 copy color: '#AD09CA'

red 173 ◦ green 9 ◦ blue 202

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

Shades of Dark Violet #AD09CA

Tints of Dark Violet #AD09CA

RGB

 RED value IS 173 (67.97% from 255) = 45.05%

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 45.05%
G = 2.34%
B = 52.6%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD09CA (or 0xAD09CA) is known color: Dark Violet. HEX triplet: AD, 09 and CA. RGB value is (173,9,202). Sum of RGB (Red+Green+Blue) = 173+9+202=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD09CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09CA is #52F635. Grayscale: #4F4F4F. Windows color (decimal): -5436982 or 13240749. OLE color: 13240749.

HSL color Cylindrical-coordinate representation of color #AD09CA: hue angle of 290.98º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09CA is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 9 202 -
CMYK 0.14 0.96 0 0.21
HSL 290.98º 0.91% 0.41% -
HSV(B) 290.98º 0.96% 0.79% -
XYZ 27.99 13.34 56.98 -
YUV 80.04 196.83 194.31 -
System Red Green Blue C M Y K H S L
Decimal 173 9 202 0.14 0.96 0 0.21 290.98 0.91 0.41
Hex AD 9 CA E 60 0 15 123 5B 29
Octal 255 11 312 16 140 0 25 443 133 51
Binary 10101101 1001 11001010 1110 1100000 0 10101 100100011 1011011 101001

Color Harmonies of #AD09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09CA

Black with #AD09CA

Text Example


Text Example

White with #AD09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09CA; }

 p { color: rgb(173,9,202); }

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

background-color css

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

 a { background-color: rgb(173,9,202); }

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

border-color css

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

 span { border-color: rgb(173,9,202); }

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