Html Css Color HEX #A526CE Dark Orchid

📋 copy color: '#A526CE'

red 165 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #A526CE

Tints of Dark Orchid #A526CE

RGB

 RED value IS 165 (64.84% from 255) = 40.34%

 GREEN value IS 38 (15.23% from 255) = 9.29%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 40.34%
G = 9.29%
B = 50.37%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A526CE (or 0xA526CE) is known color: Dark Orchid. HEX triplet: A5, 26 and CE. RGB value is (165,38,206). Sum of RGB (Red+Green+Blue) = 165+38+206=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #A526CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526CE is #5AD931. Grayscale: #5E5E5E. Windows color (decimal): -5953842 or 13510309. OLE color: 13510309.

HSL color Cylindrical-coordinate representation of color #A526CE: hue angle of 285.36º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A526CE is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 38 206 -
CMYK 0.20 0.82 0 0.19
HSL 285.36º 0.69% 0.48% -
HSV(B) 285.36º 0.82% 0.81% -
XYZ 27.35 13.84 59.62 -
YUV 95.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 165 38 206 0.20 0.82 0 0.19 285.36 0.69 0.48
Hex A5 26 CE 14 52 0 13 11D 45 30
Octal 245 46 316 24 122 0 23 435 105 60
Binary 10100101 100110 11001110 10100 1010010 0 10011 100011101 1000101 110000

Color Harmonies of #A526CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526CE

Black with #A526CE

Text Example


Text Example

White with #A526CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526CE; }

 p { color: rgb(165,38,206); }

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

background-color css

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

 a { background-color: rgb(165,38,206); }

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

border-color css

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

 span { border-color: rgb(165,38,206); }

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