Html Css Color HEX #A33CDA Dark Orchid

📋 copy color: '#A33CDA'

red 163 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #A33CDA

Tints of Dark Orchid #A33CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.61%

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 36.96%
G = 13.61%
B = 49.43%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A33CDA (or 0xA33CDA) is known color: Dark Orchid. HEX triplet: A3, 3C and DA. RGB value is (163,60,218). Sum of RGB (Red+Green+Blue) = 163+60+218=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #A33CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CDA is #5CC325. Grayscale: #6C6C6C. Windows color (decimal): -6079270 or 14302371. OLE color: 14302371.

HSL color Cylindrical-coordinate representation of color #A33CDA: hue angle of 279.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33CDA is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 60 218 -
CMYK 0.25 0.72 0 0.15
HSL 279.11º 0.68% 0.55% -
HSV(B) 279.11º 0.72% 0.85% -
XYZ 29.38 16.08 67.89 -
YUV 108.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 163 60 218 0.25 0.72 0 0.15 279.11 0.68 0.55
Hex A3 3C DA 19 48 0 F 117 44 37
Octal 243 74 332 31 110 0 17 427 104 67
Binary 10100011 111100 11011010 11001 1001000 0 1111 100010111 1000100 110111

Color Harmonies of #A33CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33CDA

Black with #A33CDA

Text Example


Text Example

White with #A33CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33CDA; }

 p { color: rgb(163,60,218); }

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

background-color css

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

 a { background-color: rgb(163,60,218); }

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

border-color css

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

 span { border-color: rgb(163,60,218); }

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