Html Css Color HEX #A827E7 Dark Orchid

📋 copy color: '#A827E7'

red 168 ◦ green 39 ◦ blue 231

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

Shades of Dark Orchid #A827E7

Tints of Dark Orchid #A827E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.74%

R = 38.36%
G = 8.9%
B = 52.74%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A827E7 (or 0xA827E7) is known color: Dark Orchid. HEX triplet: A8, 27 and E7. RGB value is (168,39,231). Sum of RGB (Red+Green+Blue) = 168+39+231=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #A827E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827E7 is #57D818. Grayscale: #626262. Windows color (decimal): -5756953 or 15148968. OLE color: 15148968.

HSL color Cylindrical-coordinate representation of color #A827E7: hue angle of 280.31º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A827E7 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 39 231 -
CMYK 0.27 0.83 0 0.09
HSL 280.31º 0.8% 0.53% -
HSV(B) 280.31º 0.83% 0.91% -
XYZ 31.3 15.55 76.95 -
YUV 99.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 168 39 231 0.27 0.83 0 0.09 280.31 0.8 0.53
Hex A8 27 E7 1B 53 0 9 118 50 35
Octal 250 47 347 33 123 0 11 430 120 65
Binary 10101000 100111 11100111 11011 1010011 0 1001 100011000 1010000 110101

Color Harmonies of #A827E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827E7

Black with #A827E7

Text Example


Text Example

White with #A827E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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