Html Css Color HEX #A82FDD Dark Orchid

📋 copy color: '#A82FDD'

red 168 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #A82FDD

Tints of Dark Orchid #A82FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.78%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 38.53%
G = 10.78%
B = 50.69%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A82FDD (or 0xA82FDD) is known color: Dark Orchid. HEX triplet: A8, 2F and DD. RGB value is (168,47,221). Sum of RGB (Red+Green+Blue) = 168+47+221=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 47 (18.75% from 255 or 10.78% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #A82FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FDD is #57D022. Grayscale: #666666. Windows color (decimal): -5754915 or 14495656. OLE color: 14495656.

HSL color Cylindrical-coordinate representation of color #A82FDD: hue angle of 281.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82FDD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 47 221 -
CMYK 0.24 0.79 0 0.13
HSL 281.72º 0.72% 0.53% -
HSV(B) 281.72º 0.79% 0.87% -
XYZ 30.22 15.58 69.82 -
YUV 103.02 194.59 174.35 -
System Red Green Blue C M Y K H S L
Decimal 168 47 221 0.24 0.79 0 0.13 281.72 0.72 0.53
Hex A8 2F DD 18 4F 0 D 11A 48 35
Octal 250 57 335 30 117 0 15 432 110 65
Binary 10101000 101111 11011101 11000 1001111 0 1101 100011010 1001000 110101

Color Harmonies of #A82FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FDD

Black with #A82FDD

Text Example


Text Example

White with #A82FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FDD; }

 p { color: rgb(168,47,221); }

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

background-color css

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

 a { background-color: rgb(168,47,221); }

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

border-color css

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

 span { border-color: rgb(168,47,221); }

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