Html Css Color HEX #A934D2 Dark Orchid

📋 copy color: '#A934D2'

red 169 ◦ green 52 ◦ blue 210

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

Shades of Dark Orchid #A934D2

Tints of Dark Orchid #A934D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 39.21%
G = 12.06%
B = 48.72%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A934D2 (or 0xA934D2) is known color: Dark Orchid. HEX triplet: A9, 34 and D2. RGB value is (169,52,210). Sum of RGB (Red+Green+Blue) = 169+52+210=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #A934D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934D2 is #56CB2D. Grayscale: #686868. Windows color (decimal): -5688110 or 13776041. OLE color: 13776041.

HSL color Cylindrical-coordinate representation of color #A934D2: hue angle of 284.43º degrees, saturation: 0.64, 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 #A934D2 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 52 210 -
CMYK 0.20 0.75 0 0.18
HSL 284.43º 0.64% 0.51% -
HSV(B) 284.43º 0.75% 0.82% -
XYZ 29.22 15.54 62.43 -
YUV 105 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 169 52 210 0.20 0.75 0 0.18 284.43 0.64 0.51
Hex A9 34 D2 14 4B 0 12 11C 40 33
Octal 251 64 322 24 113 0 22 434 100 63
Binary 10101001 110100 11010010 10100 1001011 0 10010 100011100 1000000 110011

Color Harmonies of #A934D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A934D2

Black with #A934D2

Text Example


Text Example

White with #A934D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A934D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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