Html Css Color HEX #A527DE Dark Orchid

📋 copy color: '#A527DE'

red 165 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #A527DE

Tints of Dark Orchid #A527DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 38.73%
G = 9.15%
B = 52.11%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A527DE (or 0xA527DE) is known color: Dark Orchid. HEX triplet: A5, 27 and DE. RGB value is (165,39,222). Sum of RGB (Red+Green+Blue) = 165+39+222=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #A527DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527DE is #5AD821. Grayscale: #606060. Windows color (decimal): -5953570 or 14559141. OLE color: 14559141.

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

Color convert

RGB 165 39 222 -
CMYK 0.26 0.82 0 0.13
HSL 281.31º 0.73% 0.51% -
HSV(B) 281.31º 0.82% 0.87% -
XYZ 29.43 14.72 70.4 -
YUV 97.54 198.24 176.12 -
System Red Green Blue C M Y K H S L
Decimal 165 39 222 0.26 0.82 0 0.13 281.31 0.73 0.51
Hex A5 27 DE 1A 52 0 D 119 49 33
Octal 245 47 336 32 122 0 15 431 111 63
Binary 10100101 100111 11011110 11010 1010010 0 1101 100011001 1001001 110011

Color Harmonies of #A527DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527DE

Black with #A527DE

Text Example


Text Example

White with #A527DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527DE; }

 p { color: rgb(165,39,222); }

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

background-color css

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

 a { background-color: rgb(165,39,222); }

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

border-color css

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

 span { border-color: rgb(165,39,222); }

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