Html Css Color HEX #A430D7 Dark Orchid

📋 copy color: '#A430D7'

red 164 ◦ green 48 ◦ blue 215

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

Shades of Dark Orchid #A430D7

Tints of Dark Orchid #A430D7

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

 BLUE value IS 215 (84.38% from 255) = 50.35%

R = 38.41%
G = 11.24%
B = 50.35%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A430D7 (or 0xA430D7) is known color: Dark Orchid. HEX triplet: A4, 30 and D7. RGB value is (164,48,215). Sum of RGB (Red+Green+Blue) = 164+48+215=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #A430D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430D7 is #5BCF28. Grayscale: #656565. Windows color (decimal): -6016809 or 14102692. OLE color: 14102692.

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

Color convert

RGB 164 48 215 -
CMYK 0.24 0.78 0 0.16
HSL 281.68º 0.68% 0.52% -
HSV(B) 281.68º 0.78% 0.84% -
XYZ 28.63 14.91 65.66 -
YUV 101.72 191.93 172.42 -
System Red Green Blue C M Y K H S L
Decimal 164 48 215 0.24 0.78 0 0.16 281.68 0.68 0.52
Hex A4 30 D7 18 4E 0 10 11A 44 34
Octal 244 60 327 30 116 0 20 432 104 64
Binary 10100100 110000 11010111 11000 1001110 0 10000 100011010 1000100 110100

Color Harmonies of #A430D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430D7

Black with #A430D7

Text Example


Text Example

White with #A430D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430D7; }

 p { color: rgb(164,48,215); }

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

background-color css

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

 a { background-color: rgb(164,48,215); }

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

border-color css

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

 span { border-color: rgb(164,48,215); }

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