Html Css Color HEX #A330CA Dark Orchid

📋 copy color: '#A330CA'

red 163 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #A330CA

Tints of Dark Orchid #A330CA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.62%

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

R = 39.47%
G = 11.62%
B = 48.91%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A330CA (or 0xA330CA) is known color: Dark Orchid. HEX triplet: A3, 30 and CA. RGB value is (163,48,202). Sum of RGB (Red+Green+Blue) = 163+48+202=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #A330CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330CA is #5CCF35. Grayscale: #636363. Windows color (decimal): -6082358 or 13250723. OLE color: 13250723.

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

Color convert

RGB 163 48 202 -
CMYK 0.19 0.76 0 0.21
HSL 284.81º 0.62% 0.49% -
HSV(B) 284.81º 0.76% 0.79% -
XYZ 26.82 14.16 57.2 -
YUV 99.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 163 48 202 0.19 0.76 0 0.21 284.81 0.62 0.49
Hex A3 30 CA 13 4C 0 15 11D 3E 31
Octal 243 60 312 23 114 0 25 435 76 61
Binary 10100011 110000 11001010 10011 1001100 0 10101 100011101 111110 110001

Color Harmonies of #A330CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330CA

Black with #A330CA

Text Example


Text Example

White with #A330CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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