Html Css Color HEX #A537AF Dark Orchid

📋 copy color: '#A537AF'

red 165 ◦ green 55 ◦ blue 175

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

Shades of Dark Orchid #A537AF

Tints of Dark Orchid #A537AF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.92%

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

R = 41.77%
G = 13.92%
B = 44.3%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A537AF (or 0xA537AF) is known color: Dark Orchid. HEX triplet: A5, 37 and AF. RGB value is (165,55,175). Sum of RGB (Red+Green+Blue) = 165+55+175=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #A537AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A537AF is #5AC850. Grayscale: #656565. Windows color (decimal): -5949521 or 11483045. OLE color: 11483045.

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

Color convert

RGB 165 55 175 -
CMYK 0.06 0.69 0 0.31
HSL 295º 0.52% 0.45% -
HSV(B) 295º 0.69% 0.69% -
XYZ 24.62 13.83 41.93 -
YUV 101.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 165 55 175 0.06 0.69 0 0.31 295 0.52 0.45
Hex A5 37 AF 6 45 0 1F 127 34 2D
Octal 245 67 257 6 105 0 37 447 64 55
Binary 10100101 110111 10101111 110 1000101 0 11111 100100111 110100 101101

Color Harmonies of #A537AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A537AF

Black with #A537AF

Text Example


Text Example

White with #A537AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A537AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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