Html Css Color HEX #A82DB4 Dark Orchid

📋 copy color: '#A82DB4'

red 168 ◦ green 45 ◦ blue 180

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

Shades of Dark Orchid #A82DB4

Tints of Dark Orchid #A82DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.8%

R = 42.75%
G = 11.45%
B = 45.8%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A82DB4 (or 0xA82DB4) is known color: Dark Orchid. HEX triplet: A8, 2D and B4. RGB value is (168,45,180). Sum of RGB (Red+Green+Blue) = 168+45+180=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #A82DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DB4 is #57D24B. Grayscale: #606060. Windows color (decimal): -5755468 or 11808168. OLE color: 11808168.

HSL color Cylindrical-coordinate representation of color #A82DB4: hue angle of 294.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82DB4 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 45 180 -
CMYK 0.07 0.75 0 0.29
HSL 294.67º 0.6% 0.44% -
HSV(B) 294.67º 0.75% 0.71% -
XYZ 25.33 13.5 44.45 -
YUV 97.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 168 45 180 0.07 0.75 0 0.29 294.67 0.6 0.44
Hex A8 2D B4 7 4B 0 1D 127 3C 2C
Octal 250 55 264 7 113 0 35 447 74 54
Binary 10101000 101101 10110100 111 1001011 0 11101 100100111 111100 101100

Color Harmonies of #A82DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DB4

Black with #A82DB4

Text Example


Text Example

White with #A82DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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