Html Css Color HEX #A530CF Dark Orchid

📋 copy color: '#A530CF'

red 165 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #A530CF

Tints of Dark Orchid #A530CF

RGB

 RED value IS 165 (64.84% from 255) = 39.29%

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

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

R = 39.29%
G = 11.43%
B = 49.29%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A530CF (or 0xA530CF) is known color: Dark Orchid. HEX triplet: A5, 30 and CF. RGB value is (165,48,207). Sum of RGB (Red+Green+Blue) = 165+48+207=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #A530CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530CF is #5ACF30. Grayscale: #646464. Windows color (decimal): -5951281 or 13578405. OLE color: 13578405.

HSL color Cylindrical-coordinate representation of color #A530CF: hue angle of 284.15º 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 #A530CF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 48 207 -
CMYK 0.20 0.77 0 0.19
HSL 284.15º 0.62% 0.5% -
HSV(B) 284.15º 0.77% 0.81% -
XYZ 27.84 14.62 60.39 -
YUV 101.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 165 48 207 0.20 0.77 0 0.19 284.15 0.62 0.5
Hex A5 30 CF 14 4D 0 13 11C 3E 32
Octal 245 60 317 24 115 0 23 434 76 62
Binary 10100101 110000 11001111 10100 1001101 0 10011 100011100 111110 110010

Color Harmonies of #A530CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530CF

Black with #A530CF

Text Example


Text Example

White with #A530CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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