Html Css Color HEX #A827DD Dark Orchid

📋 copy color: '#A827DD'

red 168 ◦ green 39 ◦ blue 221

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

Shades of Dark Orchid #A827DD

Tints of Dark Orchid #A827DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.11%

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

R = 39.25%
G = 9.11%
B = 51.64%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A827DD (or 0xA827DD) is known color: Dark Orchid. HEX triplet: A8, 27 and DD. RGB value is (168,39,221). Sum of RGB (Red+Green+Blue) = 168+39+221=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #A827DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827DD is #57D822. Grayscale: #616161. Windows color (decimal): -5756963 or 14493608. OLE color: 14493608.

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

Color convert

RGB 168 39 221 -
CMYK 0.24 0.82 0 0.13
HSL 282.53º 0.73% 0.51% -
HSV(B) 282.53º 0.82% 0.87% -
XYZ 29.93 15 69.72 -
YUV 98.32 197.24 177.7 -
System Red Green Blue C M Y K H S L
Decimal 168 39 221 0.24 0.82 0 0.13 282.53 0.73 0.51
Hex A8 27 DD 18 52 0 D 11B 49 33
Octal 250 47 335 30 122 0 15 433 111 63
Binary 10101000 100111 11011101 11000 1010010 0 1101 100011011 1001001 110011

Color Harmonies of #A827DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827DD

Black with #A827DD

Text Example


Text Example

White with #A827DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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