Html Css Color HEX #A92FDA Dark Orchid

📋 copy color: '#A92FDA'

red 169 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #A92FDA

Tints of Dark Orchid #A92FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 38.94%
G = 10.83%
B = 50.23%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A92FDA (or 0xA92FDA) is known color: Dark Orchid. HEX triplet: A9, 2F and DA. RGB value is (169,47,218). Sum of RGB (Red+Green+Blue) = 169+47+218=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #A92FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92FDA is #56D025. Grayscale: #666666. Windows color (decimal): -5689382 or 14299049. OLE color: 14299049.

HSL color Cylindrical-coordinate representation of color #A92FDA: hue angle of 282.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92FDA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 47 218 -
CMYK 0.22 0.78 0 0.15
HSL 282.81º 0.7% 0.52% -
HSV(B) 282.81º 0.78% 0.85% -
XYZ 30.03 15.53 67.74 -
YUV 102.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 169 47 218 0.22 0.78 0 0.15 282.81 0.7 0.52
Hex A9 2F DA 16 4E 0 F 11B 46 34
Octal 251 57 332 26 116 0 17 433 106 64
Binary 10101001 101111 11011010 10110 1001110 0 1111 100011011 1000110 110100

Color Harmonies of #A92FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92FDA

Black with #A92FDA

Text Example


Text Example

White with #A92FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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