Html Css Color HEX #A333CA Dark Orchid

📋 copy color: '#A333CA'

red 163 ◦ green 51 ◦ blue 202

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

Shades of Dark Orchid #A333CA

Tints of Dark Orchid #A333CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 39.18%
G = 12.26%
B = 48.56%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A333CA (or 0xA333CA) is known color: Dark Orchid. HEX triplet: A3, 33 and CA. RGB value is (163,51,202). Sum of RGB (Red+Green+Blue) = 163+51+202=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #A333CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333CA is #5CCC35. Grayscale: #656565. Windows color (decimal): -6081590 or 13251491. OLE color: 13251491.

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

Color convert

RGB 163 51 202 -
CMYK 0.19 0.75 0 0.21
HSL 284.5º 0.6% 0.5% -
HSV(B) 284.5º 0.75% 0.79% -
XYZ 26.95 14.42 57.24 -
YUV 101.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 163 51 202 0.19 0.75 0 0.21 284.5 0.6 0.5
Hex A3 33 CA 13 4B 0 15 11D 3C 32
Octal 243 63 312 23 113 0 25 435 74 62
Binary 10100011 110011 11001010 10011 1001011 0 10101 100011101 111100 110010

Color Harmonies of #A333CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333CA

Black with #A333CA

Text Example


Text Example

White with #A333CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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