Html Css Color HEX #A827CC Dark Orchid

📋 copy color: '#A827CC'

red 168 ◦ green 39 ◦ blue 204

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

Shades of Dark Orchid #A827CC

Tints of Dark Orchid #A827CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 40.88%
G = 9.49%
B = 49.64%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A827CC (or 0xA827CC) is known color: Dark Orchid. HEX triplet: A8, 27 and CC. RGB value is (168,39,204). Sum of RGB (Red+Green+Blue) = 168+39+204=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A827CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827CC is #57D833. Grayscale: #5F5F5F. Windows color (decimal): -5756980 or 13379496. OLE color: 13379496.

HSL color Cylindrical-coordinate representation of color #A827CC: hue angle of 286.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A827CC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 39 204 -
CMYK 0.18 0.81 0 0.2
HSL 286.91º 0.68% 0.48% -
HSV(B) 286.91º 0.81% 0.8% -
XYZ 27.77 14.14 58.39 -
YUV 96.38 188.74 179.08 -
System Red Green Blue C M Y K H S L
Decimal 168 39 204 0.18 0.81 0 0.2 286.91 0.68 0.48
Hex A8 27 CC 12 51 0 14 11F 44 30
Octal 250 47 314 22 121 0 24 437 104 60
Binary 10101000 100111 11001100 10010 1010001 0 10100 100011111 1000100 110000

Color Harmonies of #A827CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827CC

Black with #A827CC

Text Example


Text Example

White with #A827CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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