Html Css Color HEX #A523AF Dark Orchid

📋 copy color: '#A523AF'

red 165 ◦ green 35 ◦ blue 175

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

Shades of Dark Orchid #A523AF

Tints of Dark Orchid #A523AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.67%

R = 44%
G = 9.33%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A523AF (or 0xA523AF) is known color: Dark Orchid. HEX triplet: A5, 23 and AF. RGB value is (165,35,175). Sum of RGB (Red+Green+Blue) = 165+35+175=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #A523AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A523AF is #5ADC50. Grayscale: #595959. Windows color (decimal): -5954641 or 11477925. OLE color: 11477925.

HSL color Cylindrical-coordinate representation of color #A523AF: hue angle of 295.71º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A523AF is Cyan = 0.06, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 35 175 -
CMYK 0.06 0.8 0 0.31
HSL 295.71º 0.67% 0.41% -
HSV(B) 295.71º 0.8% 0.69% -
XYZ 23.86 12.3 41.67 -
YUV 89.83 176.07 181.62 -
System Red Green Blue C M Y K H S L
Decimal 165 35 175 0.06 0.8 0 0.31 295.71 0.67 0.41
Hex A5 23 AF 6 50 0 1F 128 43 29
Octal 245 43 257 6 120 0 37 450 103 51
Binary 10100101 100011 10101111 110 1010000 0 11111 100101000 1000011 101001

Color Harmonies of #A523AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A523AF

Black with #A523AF

Text Example


Text Example

White with #A523AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A523AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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