Html Css Color HEX #A330BD Dark Orchid

📋 copy color: '#A330BD'

red 163 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #A330BD

Tints of Dark Orchid #A330BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 40.75%
G = 12%
B = 47.25%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A330BD (or 0xA330BD) is known color: Dark Orchid. HEX triplet: A3, 30 and BD. RGB value is (163,48,189). Sum of RGB (Red+Green+Blue) = 163+48+189=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #A330BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330BD is #5CCF42. Grayscale: #626262. Windows color (decimal): -6082371 or 12398755. OLE color: 12398755.

HSL color Cylindrical-coordinate representation of color #A330BD: hue angle of 288.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A330BD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 48 189 -
CMYK 0.14 0.75 0 0.26
HSL 288.94º 0.59% 0.46% -
HSV(B) 288.94º 0.75% 0.74% -
XYZ 25.35 13.57 49.43 -
YUV 98.46 179.1 174.04 -
System Red Green Blue C M Y K H S L
Decimal 163 48 189 0.14 0.75 0 0.26 288.94 0.59 0.46
Hex A3 30 BD E 4B 0 1A 121 3B 2E
Octal 243 60 275 16 113 0 32 441 73 56
Binary 10100011 110000 10111101 1110 1001011 0 11010 100100001 111011 101110

Color Harmonies of #A330BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330BD

Black with #A330BD

Text Example


Text Example

White with #A330BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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