Html Css Color HEX #A82DAF Dark Orchid

📋 copy color: '#A82DAF'

red 168 ◦ green 45 ◦ blue 175

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

Shades of Dark Orchid #A82DAF

Tints of Dark Orchid #A82DAF

RGB

 RED value IS 168 (66.02% from 255) = 43.3%

 GREEN value IS 45 (17.97% from 255) = 11.6%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 43.3%
G = 11.6%
B = 45.1%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A82DAF (or 0xA82DAF) is known color: Dark Orchid. HEX triplet: A8, 2D and AF. RGB value is (168,45,175). Sum of RGB (Red+Green+Blue) = 168+45+175=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #A82DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82DAF is #57D250. Grayscale: #606060. Windows color (decimal): -5755473 or 11480488. OLE color: 11480488.

HSL color Cylindrical-coordinate representation of color #A82DAF: hue angle of 296.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82DAF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 45 175 -
CMYK 0.04 0.74 0 0.31
HSL 296.77º 0.59% 0.43% -
HSV(B) 296.77º 0.74% 0.69% -
XYZ 24.82 13.3 41.82 -
YUV 96.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 168 45 175 0.04 0.74 0 0.31 296.77 0.59 0.43
Hex A8 2D AF 4 4A 0 1F 129 3B 2B
Octal 250 55 257 4 112 0 37 451 73 53
Binary 10101000 101101 10101111 100 1001010 0 11111 100101001 111011 101011

Color Harmonies of #A82DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DAF

Black with #A82DAF

Text Example


Text Example

White with #A82DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DAF; }

 p { color: rgb(168,45,175); }

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

background-color css

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

 a { background-color: rgb(168,45,175); }

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

border-color css

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

 span { border-color: rgb(168,45,175); }

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