Html Css Color HEX #A934DF Dark Orchid

📋 copy color: '#A934DF'

red 169 ◦ green 52 ◦ blue 223

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

Shades of Dark Orchid #A934DF

Tints of Dark Orchid #A934DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.71%

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 38.06%
G = 11.71%
B = 50.23%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A934DF (or 0xA934DF) is known color: Dark Orchid. HEX triplet: A9, 34 and DF. RGB value is (169,52,223). Sum of RGB (Red+Green+Blue) = 169+52+223=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #A934DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934DF is #56CB20. Grayscale: #696969. Windows color (decimal): -5688097 or 14628009. OLE color: 14628009.

HSL color Cylindrical-coordinate representation of color #A934DF: hue angle of 281.05º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A934DF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 52 223 -
CMYK 0.24 0.77 0 0.13
HSL 281.05º 0.73% 0.54% -
HSV(B) 281.05º 0.77% 0.87% -
XYZ 30.91 16.22 71.31 -
YUV 106.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 169 52 223 0.24 0.77 0 0.13 281.05 0.73 0.54
Hex A9 34 DF 18 4D 0 D 119 49 36
Octal 251 64 337 30 115 0 15 431 111 66
Binary 10101001 110100 11011111 11000 1001101 0 1101 100011001 1001001 110110

Color Harmonies of #A934DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A934DF

Black with #A934DF

Text Example


Text Example

White with #A934DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A934DF; }

 p { color: rgb(169,52,223); }

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

background-color css

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

 a { background-color: rgb(169,52,223); }

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

border-color css

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

 span { border-color: rgb(169,52,223); }

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