Html Css Color HEX #A934D1 Dark Orchid

📋 copy color: '#A934D1'

red 169 ◦ green 52 ◦ blue 209

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

Shades of Dark Orchid #A934D1

Tints of Dark Orchid #A934D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.6%

R = 39.3%
G = 12.09%
B = 48.6%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A934D1 (or 0xA934D1) is known color: Dark Orchid. HEX triplet: A9, 34 and D1. RGB value is (169,52,209). Sum of RGB (Red+Green+Blue) = 169+52+209=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #A934D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934D1 is #56CB2E. Grayscale: #686868. Windows color (decimal): -5688111 or 13710505. OLE color: 13710505.

HSL color Cylindrical-coordinate representation of color #A934D1: hue angle of 284.71º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A934D1 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 52 209 -
CMYK 0.19 0.75 0 0.18
HSL 284.71º 0.63% 0.51% -
HSV(B) 284.71º 0.75% 0.82% -
XYZ 29.1 15.49 61.78 -
YUV 104.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 169 52 209 0.19 0.75 0 0.18 284.71 0.63 0.51
Hex A9 34 D1 13 4B 0 12 11D 3F 33
Octal 251 64 321 23 113 0 22 435 77 63
Binary 10101001 110100 11010001 10011 1001011 0 10010 100011101 111111 110011

Color Harmonies of #A934D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A934D1

Black with #A934D1

Text Example


Text Example

White with #A934D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A934D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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