Html Css Color HEX #A732CB Dark Orchid

📋 copy color: '#A732CB'

red 167 ◦ green 50 ◦ blue 203

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

Shades of Dark Orchid #A732CB

Tints of Dark Orchid #A732CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 39.76%
G = 11.9%
B = 48.33%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A732CB (or 0xA732CB) is known color: Dark Orchid. HEX triplet: A7, 32 and CB. RGB value is (167,50,203). Sum of RGB (Red+Green+Blue) = 167+50+203=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A732CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732CB is #58CD34. Grayscale: #656565. Windows color (decimal): -5819701 or 13316775. OLE color: 13316775.

HSL color Cylindrical-coordinate representation of color #A732CB: hue angle of 285.88º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A732CB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 50 203 -
CMYK 0.18 0.75 0 0.20
HSL 285.88º 0.6% 0.5% -
HSV(B) 285.88º 0.75% 0.8% -
XYZ 27.86 14.81 57.89 -
YUV 102.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 167 50 203 0.18 0.75 0 0.20 285.88 0.6 0.5
Hex A7 32 CB 12 4B 0 14 11E 3C 32
Octal 247 62 313 22 113 0 24 436 74 62
Binary 10100111 110010 11001011 10010 1001011 0 10100 100011110 111100 110010

Color Harmonies of #A732CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A732CB

Black with #A732CB

Text Example


Text Example

White with #A732CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A732CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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