Html Css Color HEX #A526CF Dark Orchid

📋 copy color: '#A526CF'

red 165 ◦ green 38 ◦ blue 207

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

Shades of Dark Orchid #A526CF

Tints of Dark Orchid #A526CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 40.24%
G = 9.27%
B = 50.49%

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

#A526CF (or 0xA526CF) is known color: Dark Orchid. HEX triplet: A5, 26 and CF. RGB value is (165,38,207). Sum of RGB (Red+Green+Blue) = 165+38+207=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #A526CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526CF is #5AD930. Grayscale: #5E5E5E. Windows color (decimal): -5953841 or 13575845. OLE color: 13575845.

HSL color Cylindrical-coordinate representation of color #A526CF: hue angle of 285.09º 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 #A526CF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 38 207 -
CMYK 0.20 0.82 0 0.19
HSL 285.09º 0.69% 0.48% -
HSV(B) 285.09º 0.82% 0.81% -
XYZ 27.47 13.89 60.26 -
YUV 95.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 165 38 207 0.20 0.82 0 0.19 285.09 0.69 0.48
Hex A5 26 CF 14 52 0 13 11D 45 30
Octal 245 46 317 24 122 0 23 435 105 60
Binary 10100101 100110 11001111 10100 1010010 0 10011 100011101 1000101 110000

Color Harmonies of #A526CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526CF

Black with #A526CF

Text Example


Text Example

White with #A526CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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