Html Css Color HEX #A732DF Dark Orchid

📋 copy color: '#A732DF'

red 167 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #A732DF

Tints of Dark Orchid #A732DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 37.95%
G = 11.36%
B = 50.68%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A732DF (or 0xA732DF) is known color: Dark Orchid. HEX triplet: A7, 32 and DF. RGB value is (167,50,223). Sum of RGB (Red+Green+Blue) = 167+50+223=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A732DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732DF is #58CD20. Grayscale: #686868. Windows color (decimal): -5819681 or 14627495. OLE color: 14627495.

HSL color Cylindrical-coordinate representation of color #A732DF: hue angle of 280.58º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A732DF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 50 223 -
CMYK 0.25 0.78 0 0.13
HSL 280.58º 0.73% 0.54% -
HSV(B) 280.58º 0.78% 0.87% -
XYZ 30.4 15.82 71.26 -
YUV 104.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 167 50 223 0.25 0.78 0 0.13 280.58 0.73 0.54
Hex A7 32 DF 19 4E 0 D 119 49 36
Octal 247 62 337 31 116 0 15 431 111 66
Binary 10100111 110010 11011111 11001 1001110 0 1101 100011001 1001001 110110

Color Harmonies of #A732DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A732DF

Black with #A732DF

Text Example


Text Example

White with #A732DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A732DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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