Html Css Color HEX #A732AF Dark Orchid

📋 copy color: '#A732AF'

red 167 ◦ green 50 ◦ blue 175

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

Shades of Dark Orchid #A732AF

Tints of Dark Orchid #A732AF

RGB

 RED value IS 167 (65.63% from 255) = 42.6%

 GREEN value IS 50 (19.92% from 255) = 12.76%

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

R = 42.6%
G = 12.76%
B = 44.64%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A732AF (or 0xA732AF) is known color: Dark Orchid. HEX triplet: A7, 32 and AF. RGB value is (167,50,175). Sum of RGB (Red+Green+Blue) = 167+50+175=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 50 (19.92% from 255 or 12.76% 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 #A732AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A732AF is #58CD50. Grayscale: #626262. Windows color (decimal): -5819729 or 11481767. OLE color: 11481767.

HSL color Cylindrical-coordinate representation of color #A732AF: hue angle of 296.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A732AF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 50 175 -
CMYK 0.05 0.71 0 0.31
HSL 296.16º 0.56% 0.44% -
HSV(B) 296.16º 0.71% 0.69% -
XYZ 24.81 13.59 41.87 -
YUV 99.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 167 50 175 0.05 0.71 0 0.31 296.16 0.56 0.44
Hex A7 32 AF 5 47 0 1F 128 38 2C
Octal 247 62 257 5 107 0 37 450 70 54
Binary 10100111 110010 10101111 101 1000111 0 11111 100101000 111000 101100

Color Harmonies of #A732AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A732AF

Black with #A732AF

Text Example


Text Example

White with #A732AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A732AF; }

 p { color: rgb(167,50,175); }

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

background-color css

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

 a { background-color: rgb(167,50,175); }

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

border-color css

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

 span { border-color: rgb(167,50,175); }

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