Html Css Color HEX #A92FCD Dark Orchid

📋 copy color: '#A92FCD'

red 169 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #A92FCD

Tints of Dark Orchid #A92FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.16%

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

R = 40.14%
G = 11.16%
B = 48.69%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A92FCD (or 0xA92FCD) is known color: Dark Orchid. HEX triplet: A9, 2F and CD. RGB value is (169,47,205). Sum of RGB (Red+Green+Blue) = 169+47+205=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A92FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FCD is #56D032. Grayscale: #646464. Windows color (decimal): -5689395 or 13447081. OLE color: 13447081.

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

Color convert

RGB 169 47 205 -
CMYK 0.18 0.77 0 0.20
HSL 286.33º 0.63% 0.49% -
HSV(B) 286.33º 0.77% 0.8% -
XYZ 28.4 14.88 59.13 -
YUV 101.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 169 47 205 0.18 0.77 0 0.20 286.33 0.63 0.49
Hex A9 2F CD 12 4D 0 14 11E 3F 31
Octal 251 57 315 22 115 0 24 436 77 61
Binary 10101001 101111 11001101 10010 1001101 0 10100 100011110 111111 110001

Color Harmonies of #A92FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FCD

Black with #A92FCD

Text Example


Text Example

White with #A92FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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