Html Css Color HEX #A237AF Dark Orchid

📋 copy color: '#A237AF'

red 162 ◦ green 55 ◦ blue 175

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

Shades of Dark Orchid #A237AF

Tints of Dark Orchid #A237AF

RGB

 RED value IS 162 (63.67% from 255) = 41.33%

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

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

R = 41.33%
G = 14.03%
B = 44.64%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A237AF (or 0xA237AF) is known color: Dark Orchid. HEX triplet: A2, 37 and AF. RGB value is (162,55,175). Sum of RGB (Red+Green+Blue) = 162+55+175=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #A237AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A237AF is #5DC850. Grayscale: #646464. Windows color (decimal): -6146129 or 11483042. OLE color: 11483042.

HSL color Cylindrical-coordinate representation of color #A237AF: hue angle of 293.5º 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 #A237AF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 55 175 -
CMYK 0.07 0.69 0 0.31
HSL 293.5º 0.52% 0.45% -
HSV(B) 293.5º 0.69% 0.69% -
XYZ 24 13.51 41.9 -
YUV 100.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 162 55 175 0.07 0.69 0 0.31 293.5 0.52 0.45
Hex A2 37 AF 7 45 0 1F 126 34 2D
Octal 242 67 257 7 105 0 37 446 64 55
Binary 10100010 110111 10101111 111 1000101 0 11111 100100110 110100 101101

Color Harmonies of #A237AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237AF

Black with #A237AF

Text Example


Text Example

White with #A237AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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