Html Css Color HEX #A333CF Dark Orchid

📋 copy color: '#A333CF'

red 163 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #A333CF

Tints of Dark Orchid #A333CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.11%

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

R = 38.72%
G = 12.11%
B = 49.17%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A333CF (or 0xA333CF) is known color: Dark Orchid. HEX triplet: A3, 33 and CF. RGB value is (163,51,207). Sum of RGB (Red+Green+Blue) = 163+51+207=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #A333CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333CF is #5CCC30. Grayscale: #656565. Windows color (decimal): -6081585 or 13579171. OLE color: 13579171.

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

Color convert

RGB 163 51 207 -
CMYK 0.21 0.75 0 0.19
HSL 283.08º 0.62% 0.51% -
HSV(B) 283.08º 0.75% 0.81% -
XYZ 27.55 14.66 60.41 -
YUV 102.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 163 51 207 0.21 0.75 0 0.19 283.08 0.62 0.51
Hex A3 33 CF 15 4B 0 13 11B 3E 33
Octal 243 63 317 25 113 0 23 433 76 63
Binary 10100011 110011 11001111 10101 1001011 0 10011 100011011 111110 110011

Color Harmonies of #A333CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333CF

Black with #A333CF

Text Example


Text Example

White with #A333CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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