Html Css Color HEX #A330CF Dark Orchid

📋 copy color: '#A330CF'

red 163 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #A330CF

Tints of Dark Orchid #A330CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 39%
G = 11.48%
B = 49.52%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A330CF (or 0xA330CF) is known color: Dark Orchid. HEX triplet: A3, 30 and CF. RGB value is (163,48,207). Sum of RGB (Red+Green+Blue) = 163+48+207=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #A330CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330CF is #5CCF30. Grayscale: #636363. Windows color (decimal): -6082353 or 13578403. OLE color: 13578403.

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

Color convert

RGB 163 48 207 -
CMYK 0.21 0.77 0 0.19
HSL 283.4º 0.62% 0.5% -
HSV(B) 283.4º 0.77% 0.81% -
XYZ 27.42 14.41 60.37 -
YUV 100.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 163 48 207 0.21 0.77 0 0.19 283.4 0.62 0.5
Hex A3 30 CF 15 4D 0 13 11B 3E 32
Octal 243 60 317 25 115 0 23 433 76 62
Binary 10100011 110000 11001111 10101 1001101 0 10011 100011011 111110 110010

Color Harmonies of #A330CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330CF

Black with #A330CF

Text Example


Text Example

White with #A330CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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