Html Css Color HEX #A92ACD Dark Orchid

📋 copy color: '#A92ACD'

red 169 ◦ green 42 ◦ blue 205

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

Shades of Dark Orchid #A92ACD

Tints of Dark Orchid #A92ACD

RGB

 RED value IS 169 (66.41% from 255) = 40.63%

 GREEN value IS 42 (16.8% from 255) = 10.1%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 40.63%
G = 10.1%
B = 49.28%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A92ACD (or 0xA92ACD) is known color: Dark Orchid. HEX triplet: A9, 2A and CD. RGB value is (169,42,205). Sum of RGB (Red+Green+Blue) = 169+42+205=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #A92ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ACD is #56D532. Grayscale: #626262. Windows color (decimal): -5690675 or 13445801. OLE color: 13445801.

HSL color Cylindrical-coordinate representation of color #A92ACD: hue angle of 286.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92ACD is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 42 205 -
CMYK 0.18 0.80 0 0.20
HSL 286.75º 0.66% 0.48% -
HSV(B) 286.75º 0.8% 0.8% -
XYZ 28.21 14.5 59.07 -
YUV 98.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 169 42 205 0.18 0.80 0 0.20 286.75 0.66 0.48
Hex A9 2A CD 12 50 0 14 11F 42 30
Octal 251 52 315 22 120 0 24 437 102 60
Binary 10101001 101010 11001101 10010 1010000 0 10100 100011111 1000010 110000

Color Harmonies of #A92ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92ACD

Black with #A92ACD

Text Example


Text Example

White with #A92ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92ACD; }

 p { color: rgb(169,42,205); }

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

background-color css

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

 a { background-color: rgb(169,42,205); }

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

border-color css

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

 span { border-color: rgb(169,42,205); }

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