Html Css Color HEX #A52BAF Dark Orchid

📋 copy color: '#A52BAF'

red 165 ◦ green 43 ◦ blue 175

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

Shades of Dark Orchid #A52BAF

Tints of Dark Orchid #A52BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.23%

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

R = 43.08%
G = 11.23%
B = 45.69%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A52BAF (or 0xA52BAF) is known color: Dark Orchid. HEX triplet: A5, 2B and AF. RGB value is (165,43,175). Sum of RGB (Red+Green+Blue) = 165+43+175=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #A52BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52BAF is #5AD450. Grayscale: #5E5E5E. Windows color (decimal): -5952593 or 11479973. OLE color: 11479973.

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

Color convert

RGB 165 43 175 -
CMYK 0.06 0.75 0 0.31
HSL 295.45º 0.61% 0.43% -
HSV(B) 295.45º 0.75% 0.69% -
XYZ 24.12 12.82 41.76 -
YUV 94.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 165 43 175 0.06 0.75 0 0.31 295.45 0.61 0.43
Hex A5 2B AF 6 4B 0 1F 127 3D 2B
Octal 245 53 257 6 113 0 37 447 75 53
Binary 10100101 101011 10101111 110 1001011 0 11111 100100111 111101 101011

Color Harmonies of #A52BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BAF

Black with #A52BAF

Text Example


Text Example

White with #A52BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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