Html Css Color HEX #A527CF Dark Orchid

📋 copy color: '#A527CF'

red 165 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #A527CF

Tints of Dark Orchid #A527CF

RGB

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

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

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

R = 40.15%
G = 9.49%
B = 50.36%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A527CF (or 0xA527CF) is known color: Dark Orchid. HEX triplet: A5, 27 and CF. RGB value is (165,39,207). Sum of RGB (Red+Green+Blue) = 165+39+207=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #A527CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527CF is #5AD830. Grayscale: #5F5F5F. Windows color (decimal): -5953585 or 13576101. OLE color: 13576101.

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

Color convert

RGB 165 39 207 -
CMYK 0.20 0.81 0 0.19
HSL 285º 0.68% 0.48% -
HSV(B) 285º 0.81% 0.81% -
XYZ 27.51 13.96 60.28 -
YUV 95.83 190.74 177.34 -
System Red Green Blue C M Y K H S L
Decimal 165 39 207 0.20 0.81 0 0.19 285 0.68 0.48
Hex A5 27 CF 14 51 0 13 11D 44 30
Octal 245 47 317 24 121 0 23 435 104 60
Binary 10100101 100111 11001111 10100 1010001 0 10011 100011101 1000100 110000

Color Harmonies of #A527CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527CF

Black with #A527CF

Text Example


Text Example

White with #A527CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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