Html Css Color HEX #A523CF Dark Orchid

📋 copy color: '#A523CF'

red 165 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #A523CF

Tints of Dark Orchid #A523CF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.6%

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

R = 40.54%
G = 8.6%
B = 50.86%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A523CF (or 0xA523CF) is known color: Dark Orchid. HEX triplet: A5, 23 and CF. RGB value is (165,35,207). Sum of RGB (Red+Green+Blue) = 165+35+207=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #A523CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523CF is #5ADC30. Grayscale: #5C5C5C. Windows color (decimal): -5954609 or 13575077. OLE color: 13575077.

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

Color convert

RGB 165 35 207 -
CMYK 0.20 0.83 0 0.19
HSL 285.35º 0.71% 0.47% -
HSV(B) 285.35º 0.83% 0.81% -
XYZ 27.38 13.71 60.23 -
YUV 93.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 165 35 207 0.20 0.83 0 0.19 285.35 0.71 0.47
Hex A5 23 CF 14 53 0 13 11D 47 2F
Octal 245 43 317 24 123 0 23 435 107 57
Binary 10100101 100011 11001111 10100 1010011 0 10011 100011101 1000111 101111

Color Harmonies of #A523CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523CF

Black with #A523CF

Text Example


Text Example

White with #A523CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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