Html Css Color HEX #A32BCF Dark Orchid

📋 copy color: '#A32BCF'

red 163 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #A32BCF

Tints of Dark Orchid #A32BCF

RGB

 RED value IS 163 (64.06% from 255) = 39.47%

 GREEN value IS 43 (17.19% from 255) = 10.41%

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 39.47%
G = 10.41%
B = 50.12%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A32BCF (or 0xA32BCF) is known color: Dark Orchid. HEX triplet: A3, 2B and CF. RGB value is (163,43,207). Sum of RGB (Red+Green+Blue) = 163+43+207=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #A32BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BCF is #5CD430. Grayscale: #616161. Windows color (decimal): -6083633 or 13577123. OLE color: 13577123.

HSL color Cylindrical-coordinate representation of color #A32BCF: hue angle of 283.9º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32BCF is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 43 207 -
CMYK 0.21 0.79 0 0.19
HSL 283.9º 0.66% 0.49% -
HSV(B) 283.9º 0.79% 0.81% -
XYZ 27.23 14.02 60.3 -
YUV 97.58 189.76 174.66 -
System Red Green Blue C M Y K H S L
Decimal 163 43 207 0.21 0.79 0 0.19 283.9 0.66 0.49
Hex A3 2B CF 15 4F 0 13 11C 42 31
Octal 243 53 317 25 117 0 23 434 102 61
Binary 10100011 101011 11001111 10101 1001111 0 10011 100011100 1000010 110001

Color Harmonies of #A32BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BCF

Black with #A32BCF

Text Example


Text Example

White with #A32BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BCF; }

 p { color: rgb(163,43,207); }

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

background-color css

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

 a { background-color: rgb(163,43,207); }

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

border-color css

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

 span { border-color: rgb(163,43,207); }

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