Html Css Color HEX #A330E5 Dark Orchid

📋 copy color: '#A330E5'

red 163 ◦ green 48 ◦ blue 229

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

Shades of Dark Orchid #A330E5

Tints of Dark Orchid #A330E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.05%

R = 37.05%
G = 10.91%
B = 52.05%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A330E5 (or 0xA330E5) is known color: Dark Orchid. HEX triplet: A3, 30 and E5. RGB value is (163,48,229). Sum of RGB (Red+Green+Blue) = 163+48+229=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #A330E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330E5 is #5CCF1A. Grayscale: #666666. Windows color (decimal): -6082331 or 15020195. OLE color: 15020195.

HSL color Cylindrical-coordinate representation of color #A330E5: hue angle of 278.12º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A330E5 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 48 229 -
CMYK 0.29 0.79 0 0.10
HSL 278.12º 0.78% 0.54% -
HSV(B) 278.12º 0.79% 0.9% -
XYZ 30.3 15.56 75.53 -
YUV 103.02 199.1 170.78 -
System Red Green Blue C M Y K H S L
Decimal 163 48 229 0.29 0.79 0 0.10 278.12 0.78 0.54
Hex A3 30 E5 1D 4F 0 A 116 4E 36
Octal 243 60 345 35 117 0 12 426 116 66
Binary 10100011 110000 11100101 11101 1001111 0 1010 100010110 1001110 110110

Color Harmonies of #A330E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330E5

Black with #A330E5

Text Example


Text Example

White with #A330E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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