Html Css Color HEX #A332CF Dark Orchid

📋 copy color: '#A332CF'

red 163 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #A332CF

Tints of Dark Orchid #A332CF

RGB

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

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

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

R = 38.81%
G = 11.9%
B = 49.29%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A332CF (or 0xA332CF) is known color: Dark Orchid. HEX triplet: A3, 32 and CF. RGB value is (163,50,207). Sum of RGB (Red+Green+Blue) = 163+50+207=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #A332CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332CF is #5CCD30. Grayscale: #656565. Windows color (decimal): -6081841 or 13578915. OLE color: 13578915.

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

Color convert

RGB 163 50 207 -
CMYK 0.21 0.76 0 0.19
HSL 283.18º 0.62% 0.5% -
HSV(B) 283.18º 0.76% 0.81% -
XYZ 27.51 14.57 60.39 -
YUV 101.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 163 50 207 0.21 0.76 0 0.19 283.18 0.62 0.5
Hex A3 32 CF 15 4C 0 13 11B 3E 32
Octal 243 62 317 25 114 0 23 433 76 62
Binary 10100011 110010 11001111 10101 1001100 0 10011 100011011 111110 110010

Color Harmonies of #A332CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A332CF

Black with #A332CF

Text Example


Text Example

White with #A332CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A332CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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