Html Css Color HEX #A82DDA Dark Orchid

📋 copy color: '#A82DDA'

red 168 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #A82DDA

Tints of Dark Orchid #A82DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 38.98%
G = 10.44%
B = 50.58%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A82DDA (or 0xA82DDA) is known color: Dark Orchid. HEX triplet: A8, 2D and DA. RGB value is (168,45,218). Sum of RGB (Red+Green+Blue) = 168+45+218=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #A82DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DDA is #57D225. Grayscale: #646464. Windows color (decimal): -5755430 or 14298536. OLE color: 14298536.

HSL color Cylindrical-coordinate representation of color #A82DDA: hue angle of 282.66º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82DDA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 45 218 -
CMYK 0.23 0.79 0 0.15
HSL 282.66º 0.7% 0.52% -
HSV(B) 282.66º 0.79% 0.85% -
XYZ 29.74 15.26 67.71 -
YUV 101.5 193.75 175.43 -
System Red Green Blue C M Y K H S L
Decimal 168 45 218 0.23 0.79 0 0.15 282.66 0.7 0.52
Hex A8 2D DA 17 4F 0 F 11B 46 34
Octal 250 55 332 27 117 0 17 433 106 64
Binary 10101000 101101 11011010 10111 1001111 0 1111 100011011 1000110 110100

Color Harmonies of #A82DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DDA

Black with #A82DDA

Text Example


Text Example

White with #A82DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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