Html Css Color HEX #A526DF Dark Orchid

📋 copy color: '#A526DF'

red 165 ◦ green 38 ◦ blue 223

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

Shades of Dark Orchid #A526DF

Tints of Dark Orchid #A526DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 38.73%
G = 8.92%
B = 52.35%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A526DF (or 0xA526DF) is known color: Dark Orchid. HEX triplet: A5, 26 and DF. RGB value is (165,38,223). Sum of RGB (Red+Green+Blue) = 165+38+223=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A526DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A526DF is #5AD920. Grayscale: #606060. Windows color (decimal): -5953825 or 14624421. OLE color: 14624421.

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

Color convert

RGB 165 38 223 -
CMYK 0.26 0.83 0 0.13
HSL 281.19º 0.74% 0.51% -
HSV(B) 281.19º 0.83% 0.87% -
XYZ 29.53 14.71 71.1 -
YUV 97.06 199.08 176.46 -
System Red Green Blue C M Y K H S L
Decimal 165 38 223 0.26 0.83 0 0.13 281.19 0.74 0.51
Hex A5 26 DF 1A 53 0 D 119 4A 33
Octal 245 46 337 32 123 0 15 431 112 63
Binary 10100101 100110 11011111 11010 1010011 0 1101 100011001 1001010 110011

Color Harmonies of #A526DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A526DF

Black with #A526DF

Text Example


Text Example

White with #A526DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A526DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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