Html Css Color HEX #A432CF Dark Orchid

📋 copy color: '#A432CF'

red 164 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #A432CF

Tints of Dark Orchid #A432CF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.88%

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

R = 38.95%
G = 11.88%
B = 49.17%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A432CF (or 0xA432CF) is known color: Dark Orchid. HEX triplet: A4, 32 and CF. RGB value is (164,50,207). Sum of RGB (Red+Green+Blue) = 164+50+207=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #A432CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432CF is #5BCD30. Grayscale: #656565. Windows color (decimal): -6016305 or 13578916. OLE color: 13578916.

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

Color convert

RGB 164 50 207 -
CMYK 0.21 0.76 0 0.19
HSL 283.57º 0.62% 0.5% -
HSV(B) 283.57º 0.76% 0.81% -
XYZ 27.71 14.68 60.4 -
YUV 101.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 164 50 207 0.21 0.76 0 0.19 283.57 0.62 0.5
Hex A4 32 CF 15 4C 0 13 11C 3E 32
Octal 244 62 317 25 114 0 23 434 76 62
Binary 10100100 110010 11001111 10101 1001100 0 10011 100011100 111110 110010

Color Harmonies of #A432CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432CF

Black with #A432CF

Text Example


Text Example

White with #A432CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432CF; }

 p { color: rgb(164,50,207); }

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

background-color css

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

 a { background-color: rgb(164,50,207); }

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

border-color css

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

 span { border-color: rgb(164,50,207); }

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