Html Css Color HEX #A92ACB Dark Orchid

📋 copy color: '#A92ACB'

red 169 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #A92ACB

Tints of Dark Orchid #A92ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 40.82%
G = 10.14%
B = 49.03%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A92ACB (or 0xA92ACB) is known color: Dark Orchid. HEX triplet: A9, 2A and CB. RGB value is (169,42,203). Sum of RGB (Red+Green+Blue) = 169+42+203=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #A92ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92ACB is #56D534. Grayscale: #616161. Windows color (decimal): -5690677 or 13314729. OLE color: 13314729.

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

Color convert

RGB 169 42 203 -
CMYK 0.17 0.79 0 0.20
HSL 287.33º 0.66% 0.48% -
HSV(B) 287.33º 0.79% 0.8% -
XYZ 27.97 14.4 57.81 -
YUV 98.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 169 42 203 0.17 0.79 0 0.20 287.33 0.66 0.48
Hex A9 2A CB 11 4F 0 14 11F 42 30
Octal 251 52 313 21 117 0 24 437 102 60
Binary 10101001 101010 11001011 10001 1001111 0 10100 100011111 1000010 110000

Color Harmonies of #A92ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92ACB

Black with #A92ACB

Text Example


Text Example

White with #A92ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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