Html Css Color HEX #AF3BE2 Dark Orchid

📋 copy color: '#AF3BE2'

red 175 ◦ green 59 ◦ blue 226

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

Shades of Dark Orchid #AF3BE2

Tints of Dark Orchid #AF3BE2

RGB

 RED value IS 175 (68.75% from 255) = 38.04%

 GREEN value IS 59 (23.44% from 255) = 12.83%

 BLUE value IS 226 (88.67% from 255) = 49.13%

R = 38.04%
G = 12.83%
B = 49.13%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF3BE2 (or 0xAF3BE2) is known color: Dark Orchid. HEX triplet: AF, 3B and E2. RGB value is (175,59,226). Sum of RGB (Red+Green+Blue) = 175+59+226=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF3BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BE2 is #50C41D. Grayscale: #707070. Windows color (decimal): -5293086 or 14826415. OLE color: 14826415.

HSL color Cylindrical-coordinate representation of color #AF3BE2: hue angle of 281.68º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3BE2 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 59 226 -
CMYK 0.23 0.74 0 0.11
HSL 281.68º 0.74% 0.56% -
HSV(B) 281.68º 0.74% 0.89% -
XYZ 32.97 17.73 73.64 -
YUV 112.72 191.93 172.42 -
System Red Green Blue C M Y K H S L
Decimal 175 59 226 0.23 0.74 0 0.11 281.68 0.74 0.56
Hex AF 3B E2 17 4A 0 B 11A 4A 38
Octal 257 73 342 27 112 0 13 432 112 70
Binary 10101111 111011 11100010 10111 1001010 0 1011 100011010 1001010 111000

Color Harmonies of #AF3BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BE2

Black with #AF3BE2

Text Example


Text Example

White with #AF3BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BE2; }

 p { color: rgb(175,59,226); }

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

background-color css

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

 a { background-color: rgb(175,59,226); }

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

border-color css

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

 span { border-color: rgb(175,59,226); }

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