Html Css Color HEX #A630DA Dark Orchid

📋 copy color: '#A630DA'

red 166 ◦ green 48 ◦ blue 218

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

Shades of Dark Orchid #A630DA

Tints of Dark Orchid #A630DA

RGB

 RED value IS 166 (65.23% from 255) = 38.43%

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

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

R = 38.43%
G = 11.11%
B = 50.46%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A630DA (or 0xA630DA) is known color: Dark Orchid. HEX triplet: A6, 30 and DA. RGB value is (166,48,218). Sum of RGB (Red+Green+Blue) = 166+48+218=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #A630DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630DA is #59CF25. Grayscale: #666666. Windows color (decimal): -5885734 or 14299302. OLE color: 14299302.

HSL color Cylindrical-coordinate representation of color #A630DA: hue angle of 281.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A630DA is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 48 218 -
CMYK 0.24 0.78 0 0.15
HSL 281.65º 0.7% 0.52% -
HSV(B) 281.65º 0.78% 0.85% -
XYZ 29.44 15.28 67.73 -
YUV 102.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 166 48 218 0.24 0.78 0 0.15 281.65 0.7 0.52
Hex A6 30 DA 18 4E 0 F 11A 46 34
Octal 246 60 332 30 116 0 17 432 106 64
Binary 10100110 110000 11011010 11000 1001110 0 1111 100011010 1000110 110100

Color Harmonies of #A630DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A630DA

Black with #A630DA

Text Example


Text Example

White with #A630DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A630DA; }

 p { color: rgb(166,48,218); }

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

background-color css

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

 a { background-color: rgb(166,48,218); }

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

border-color css

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

 span { border-color: rgb(166,48,218); }

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